[23기_김태희] 성능최적화 미션 제출합니다.#66
Open
gitaehee wants to merge 2 commits into
Open
Conversation
kimdoes
reviewed
May 25, 2026
kimdoes
left a comment
Contributor
There was a problem hiding this comment.
스터디 과제하시느라 고생많으셨습니다
팀프로젝트도 같이 화이팅해서 좋은 활동으로 남았으면 좋겠습니다~!
| | -- | ---------------------------------------- | | ------------------------ | | ||
| | 1 | `item_order(user_id, ordered_at)` 인덱스 추가 | 완료 | 사용자 주문 목록 조회 속도 개선 | | ||
| | 2 | 주문 목록 조회 N+1 제거 | 완료 | 쿼리 개수 감소 | | ||
| | 3 | 상품 가격 계산 반복 조회 제거 | 완료 | 반복 SELECT를 IN 조회 1번으로 감소 | |
Contributor
There was a problem hiding this comment.
인덱스 뿐 아니라 다양한 방법으로 쿼리 성능을 개선한게 인상깊었습니다~!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.